home *** CD-ROM | disk | FTP | other *** search
- object SetupDialog: TSetupDialog
- Left = 50
- Top = 110
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'CC Screen Saver Setup'
- ClientHeight = 244
- ClientWidth = 430
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- Position = poScreenCenter
- Scaled = False
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 16
- object Image1: TImage
- Left = 230
- Top = 26
- Width = 187
- Height = 167
- Center = True
- Picture.Data = {<image000.bmp>}
- Stretch = True
- end
- object Label1: TLabel
- Left = 230
- Top = 0
- Width = 180
- Height = 26
- Alignment = taCenter
- AutoSize = False
- Caption = 'Image Preview'
- end
- object Label2: TLabel
- Left = 6
- Top = 0
- Width = 206
- Height = 26
- Alignment = taCenter
- AutoSize = False
- Caption = 'Image To Display'
- end
- object Label3: TLabel
- Left = 13
- Top = 128
- Width = 205
- Height = 26
- Alignment = taCenter
- AutoSize = False
- Caption = 'Image Speed = 1'
- end
- object AcceptButton: TBitBtn
- Left = 154
- Top = 198
- Width = 128
- Height = 34
- TabOrder = 0
- OnClick = AcceptButtonClick
- Kind = bkOK
- end
- object CancelButton: TBitBtn
- Left = 288
- Top = 198
- Width = 135
- Height = 34
- TabOrder = 1
- OnClick = CancelButtonClick
- Kind = bkCancel
- end
- object TestButton: TBitBtn
- Left = 6
- Top = 198
- Width = 142
- Height = 34
- Caption = 'Test Saver'
- ModalResult = 5
- TabOrder = 2
- OnClick = TestButtonClick
- Glyph.Data = {
- 78010000424D7801000000000000760000002800000020000000100000000100
- 04000000000000000000120B0000120B00000000000000000000000000000000
- 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
- 333333FFFFFFFFFFFFF3344444444444443337777777777777F334CCCCCCCCCC
- C43337777777777777F33444881B188444333777F3737337773333308881FF70
- 33333337F3373337F3333330888BF770333333373F33F337333333330881F703
- 3333333373F73F7333333333308B703333333333373F77333333333333080333
- 3333333333777FF333333333301F103333333333377777FF3333333301B1F103
- 333333337737777FF3333330881BFB7033333337F3737F77F333333088881F70
- 333333F7F3337777FFF334448888888444333777FFFFFFF777F334CCCCCCCCCC
- C43337777777777777F3344444444444443337777777777777330000}
- NumGlyphs = 2
- end
- object Edit1: TEdit
- Left = 6
- Top = 26
- Width = 212
- Height = 39
- AutoSize = False
- TabOrder = 3
- Text = 'c:\windows\smciupkc.bmp'
- OnExit = Edit1Exit
- end
- object Button1: TButton
- Left = 6
- Top = 70
- Width = 212
- Height = 33
- Caption = 'Browse for Filename...'
- TabOrder = 4
- OnClick = Button1Click
- end
- object ScrollBar1: TScrollBar
- Left = 13
- Top = 160
- Width = 205
- Height = 26
- Min = 1
- Position = 1
- TabOrder = 5
- OnChange = ScrollBar1Change
- end
- object OpenDialog1: TOpenDialog
- DefaultExt = 'BMP'
- FileEditStyle = fsEdit
- FileName = '*.BMP'
- Left = 8
- Top = 112
- end
- end
-